A user-mode port of the Linux kernel
نویسنده
چکیده
The Linux kernel has been ported so that it runs on itself, in a set of Linux processes. The result is a user space virtual machine using simulated hardware constructed from services provided by the host kernel. A Linux virtual machine is capable of running nearly all of the applications and services available on the host architecture. This paper describes the capabilities of a user-mode virtual machine, the design and implementation of the port, some of the applications that it lends itself to, and some of the work that remains to be done.
منابع مشابه
User-mode Linux
User-mode Linux is the port of the Linux kernel to userspace. It runs a Linux virtual machine in a set of processes on a Linux host. A UML virtual machine is capable of running nearly the same set of processes as the host. It lends itself to a variety of applications, such as kernel development, security applications like sandboxing and jailing, and virtual networking. This paper describes the ...
متن کاملImplementing a User-Mode Linux with Minimal Changes from Original Kernel
This paper presents some aspects of implementing a User-Mode Linux with as few changes to the original Linux kernel as possible. To port a Linux kernel to a User-Mode environment, basically all parts of the kernel directly interacting with the hardware must be changed. To accomplish this, we need an environment which simulates some hardware parts. This includes simulation of interfaces to devic...
متن کاملLinux Kernel Infrastructure for User-Level Device Drivers
Linux 2.5.x has good support now for user-mode device drivers — XFree being the biggest and most obvious — but also there is support for user-mode input devices and for devices that hang off the parallel port. The motivations for user-mode device drivers are many: • Ease of development (all the normal user-space tools can be used to write and debug, not restricted to use of C only (could use Ja...
متن کاملAnalysis of Delivery of Web Contents for Kernel-mode and User-mode Web Servers
In this paper, the architecture of kernel-mode and user-mode webservers and the constraints that affect their performance are studied. A set of experiments have been performed to measure and analyze performance of kernel-mode and user-mode web servers on an open source Scientific Linux CERN platform. Web servers under study include kernel-mode TUX web server and user-mode Apache web server for ...
متن کاملSOFTICE: Facilitating both Adoption of Linux Undergraduate Operating Systems Laboratories and Students’ Immersion in Kernel Code
This paper discusses how Linux clustering and virtual machine technologies can improve undergraduate students’ hands-on experience in operating systems laboratories. Like similar projects, SOFTICE relies on User Mode Linux (UML) to provide students with privileged access to a Linux system without creating security breaches on the hosting network. We extend such approaches in two aspects. First,...
متن کامل